Skip to content

Fix misleading Date types #163

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 21, 2025
Merged

Conversation

liam-lloyd
Copy link
Member

There are a handful of interfaces in this repo that claim some of their fields are Dates, when in fact they are strings. Because the code never actually expects them to be dates, this doesn't cause errors, but it is confusing. This commit updates the types of such fields to string.

There are a handful of interfaces in this repo that claim some of their
fields are Dates, when in fact they are strings. Because the code never
actually expects them to be dates, this doesn't cause errors, but it is
confusing. This commit updates the types of such fields to string.
@liam-lloyd liam-lloyd merged commit de27274 into main Jan 21, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants